home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Misc / Lottery2002.lha / Lottery2002 / Source / externals.h < prev    next >
C/C++ Source or Header  |  2002-03-09  |  602b  |  27 lines

  1. /* externals.h */
  2.  
  3. /* External Variables as defined in 'main.c' */
  4.  
  5. extern struct Menu        *g_menustrip;
  6. extern struct Requester   myreq;
  7. extern struct MsgPort     *speakMP;
  8. extern struct narrator_rb *speakIO;
  9.  
  10. extern int  seed;
  11. extern char g_button[];
  12. extern char g_okbutton[]; 
  13. extern char g_title[];
  14. extern char g_scrtitle[];
  15.  
  16. extern enum
  17. {
  18.     GAD_FIRST,
  19.         GAD_BOX1, GAD_BOX2, GAD_BOX3,    GAD_BOX4,  GAD_BOX5,  GAD_BOX6,
  20.         GAD_BOX7, GAD_BOX8, GAD_BOX9, GAD_BOX10, GAD_BOX11, GAD_BOX12,
  21.         GAD_FUEL, GAD_START, GAD_SPEAK, GAD_QUIT,
  22.     GAD_LAST
  23. };
  24.  
  25. extern int  wednums[], satnums[];
  26. extern BOOL spk_flag;
  27.